REDUCE EXPLAINER

Reduce computes a single value by stepping through an array. At each step a formula will be applied to the current Item and the "Accumulator". The "Accumulator"starts as the provided value and then becomes the result of the previous step. Try clicking Next step to see how the value is computed in each step.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
Array
Item
Formula
0
Accumulator

=

0
Result